From 4d303d049fe67e92160cb69722b93484e9312368 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 8 Mar 2007 22:58:08 +0000 Subject: [PATCH] (syms_of_keyboard): Doc fix. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index a238c838e66..bf7948868ae 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -11397,7 +11397,7 @@ An element of the form (t . EVENT) forces EVENT to be added to that list. */); DEFVAR_LISP ("unread-post-input-method-events", &Vunread_post_input_method_events, doc: /* List of events to be processed as input by input methods. These events are processed before `unread-command-events' -and actual keyboard input without given to `input-method-function'. */); +and actual keyboard input, but are not given to `input-method-function'. */); Vunread_post_input_method_events = Qnil; DEFVAR_LISP ("unread-input-method-events", &Vunread_input_method_events, -- 2.30.2